projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147a2a8
)
* src/dispnew.c (init_display_interactive): Fix comment to match code.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 8 Jul 2019 02:56:31 +0000
(19:56 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 8 Jul 2019 03:00:19 +0000
(20:00 -0700)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 5a6662e0f3bac111fde1d0e3c4c0247ec070af21..956f3ea35735b158d0c069323c1ceb1820ed2547 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-6142,7
+6142,8
@@
init_display_interactive (void)
using the window system.
If the DISPLAY environment variable is set and nonempty,
- try to use X, and die with an error message if that doesn't work. */
+ try to use X, and if that fails output a line to stderr
+ reporting that -nw will be simulated. */
#ifdef HAVE_X_WINDOWS
if (! inhibit_window_system && ! display_arg)